home *** CD-ROM | disk | FTP | other *** search
/ Windows News 2005 November / WNnov2005.iso / Windows / Equipement / hMailServer / hMailServer-4.1-Build-136.exe / {app} / PHPWebAdmin / readme.txt < prev    next >
Encoding:
Text File  |  2004-12-13  |  2.0 KB  |  53 lines

  1. hMailServer Web interface
  2.  
  3. Get hMailserver at http://www.hmailserver.com
  4.  
  5. Author: Steen Rab°l <srabol@mail.tele.dk>
  6. Copyright (c) 2004, Steen Rab°l <srabol@mail.tele.dk>
  7.  
  8. This program is free software; you can redistribute it and/or modify
  9. it under the terms of the GNU General Public License as published by
  10. the Free Software Foundation; either version 2 of the License, or
  11. (at your option) any later version.
  12.  
  13. You may not change or alter any portion of this comment or credits
  14. of supporting developers from this source code or any supporting
  15. source code which is considered copyrighted (c) material of the
  16. original comment or credit authors.
  17.  
  18. This program is distributed in the hope that it will be useful,
  19. but WITHOUT ANY WARRANTY; without even the implied warranty of
  20. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  21. GNU General Public License for more details.
  22.  
  23. You should have received a copy of the GNU General Public License
  24. along with this program; if not, write to the Free Software
  25. Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
  26.  
  27. CONFIGURING PHPWEBADMIN
  28. -----------------------
  29.  
  30. 1) Copy config-dist.php to config.php.
  31. 2) Open config.php.
  32. 3) Find "CHANGEME" and change it to reflect your system.
  33.    There are examples in the bottom of config.php if you aren't 
  34.    sure what to write.
  35.    When you enter directory names, use / as folder seperator instead of \.
  36. 4) Create a folder named temp and one named template_c as sub directories and
  37.    make sure that you webserver have write access to these directories.
  38. 5) Point your browser to the root-url location in the config.php
  39.  
  40.  
  41. WRITING PLUGINS
  42. ---------------
  43.  
  44. It's quite easy:
  45. All you have to do is, to make sure that your plugin have the following 2 methods
  46. plugin_XXXXX_menu() - Used to display name of the plugin in the tree menu
  47. plugin_XXXXX($p_parm) - Handle all request/actions for the pluging, $p_parm is $_REQUEST.
  48. Look at the searchemail plugin for example.
  49.  
  50. Have fun
  51. Best
  52. Steen
  53.